home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 November
/
CMCD1104.ISO
/
Software
/
Shareware
/
Utilitare
/
picozip
/
PicoZipSetup.exe
/
{app}
/
PicoZip.exe
/
0
/
RCDATA
/
TFMCONVERTARC
/
TFMCONVERTARC.txt
Wrap
Text File
|
2004-09-09
|
3KB
|
135 lines
object fmConvertArc: TfmConvertArc
Left = 687
Top = 530
HelpContext = 250
ActiveControl = rxfedOutput
BorderStyle = bsDialog
Caption = 'Convert Archive'
ClientHeight = 141
ClientWidth = 377
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object laInput: TLabel
Left = 8
Top = 8
Width = 69
Height = 13
Caption = 'Input &Filename'
FocusControl = rxfedInput
end
object laOutput: TLabel
Left = 8
Top = 48
Width = 77
Height = 13
Caption = '&Output Filename'
FocusControl = rxfedOutput
end
object laFormat: TLabel
Left = 8
Top = 96
Width = 67
Height = 13
Caption = 'Output Format'
end
object rxfedInput: TJvFilenameEdit
Left = 8
Top = 24
Width = 265
Height = 21
Filter =
'All Archive Files|*.ace;*.arc;*.arj;*.bh;*.cab;*.gz;*.jar;*.lha;' +
'*.lzh;*.rar;*.tar;*.tgz;*.uu;*.uue;*.xxe;*.z;*.zip;*.zoo'
DialogOptions = [ofFileMustExist]
ButtonFlat = False
NumGlyphs = 1
TabOrder = 0
end
object cbFormat: TComboBox
Left = 8
Top = 112
Width = 81
Height = 21
Style = csDropDownList
ItemHeight = 13
ItemIndex = 7
TabOrder = 2
Text = 'Zip'
OnChange = cbFormatChange
Items.Strings = (
'BlakHole'
'Cabinet'
'GZipTar'
'Jar'
'Lha'
'Lzh'
'Tar'
'Zip')
end
object ckVerify: TCheckBox
Left = 100
Top = 99
Width = 137
Height = 17
Caption = 'Perform Integrity Check'
TabOrder = 3
end
object buConvert: TButton
Left = 296
Top = 16
Width = 75
Height = 25
Caption = 'C&onvert'
Default = True
TabOrder = 5
OnClick = buConvertClick
end
object buCancel: TButton
Left = 296
Top = 48
Width = 75
Height = 25
Caption = '&Cancel'
ModalResult = 2
TabOrder = 6
end
object rxfedOutput: TJvFilenameEdit
Left = 8
Top = 64
Width = 265
Height = 21
DialogOptions = [ofOverwritePrompt]
ButtonFlat = False
NumGlyphs = 1
TabOrder = 1
OnEnter = rxfedOutputEnter
end
object ckDeleteOrg: TCheckBox
Left = 100
Top = 118
Width = 177
Height = 17
Caption = 'Delete Original File After Convert'
TabOrder = 4
OnClick = ckDeleteOrgClick
end
object buHelp: TButton
Left = 296
Top = 80
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 7
OnClick = buHelpClick
end
end